home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr25 / rcd.zip / RCD.TXT < prev   
Text File  |  1993-03-10  |  3KB  |  37 lines

  1. /*===========================================================================* 
  2.  *  RCD.CMD                                                     version 1.2  * 
  3.  *                                                                           * 
  4.  *  This REXX script can be used like the NCD command that is part of Norton * 
  5.  *  Utilities.  This is my first try at creating a useful REXX script.       * 
  6.  *  This script is FREEWARE.  Please use it all you wish, and If you can     * 
  7.  *  improve it, please do so.  All I ask is that if you change this command  * 
  8.  *  and distribute an improved version, that I get a copy of the changes.    * 
  9.  *  You can contact me with suggestions or bug reports on the Internet at    * 
  10.  *  'easyrob@cs.utexas.edu'.  Thanks.                                        * 
  11.  *                                                                           * 
  12.  *---------------------------------------------------------------------------* 
  13.  *  Usage: rcd [-r| r] <dirname>                                             * 
  14.  *                                                                           * 
  15.  *  Flags: -r      Reads current directory structure and updates the         * 
  16.  *                 rcd database.  The database is kept in \rcd.db on         * 
  17.  *                 the current drive and is automatically created If         * 
  18.  *                 it does not exist.                                        * 
  19.  *                                                                           * 
  20.  *  Changes current directory to a directory named in the database that      * 
  21.  *  matches or has <dirname> as a substring.  If there is more than one      * 
  22.  *  possible destination then each choice is shown and the ENTER key         * 
  23.  *  chooses the destination.  The TAB and arrow keys move through the        * 
  24.  *  list and the ESC key quits without changing the directory.               * 
  25.  *---------------------------------------------------------------------------* 
  26.  *  Developed by:  Robert D. Reynolds                                        * 
  27.  *                                                                           * 
  28.  *  The beginning: 07/07/92       RDR                                        * 
  29.  *           v1.0: 07/10/92       RDR                                        * 
  30.  *           v1.1: 07/11/92       RDR - Fixed bug with spaces in directory   * 
  31.  *                                      names.                               * 
  32.  *           v1.2: 07/14/92       RDR - Uses more REXX internal functions    * 
  33.  *                                      fixes bug when target was not found  * 
  34.  *                                      and problem with $DIRCMD.            * 
  35.  *                                                                           * 
  36.  *===========================================================================*/
  37.